home *** CD-ROM | disk | FTP | other *** search
- Path: newsstand.cit.cornell.edu!usenet
- From: NOBODY <rezab@nova.npac.syr.edu>
- Newsgroups: comp.lang.c
- Subject: Need HELP by a C hacker....
- Date: 1 Mar 1996 02:14:23 GMT
- Organization: Cornell University
- Sender: rb50@cornell.edu (Verified)
- Message-ID: <4h5mhv$mh9@newsstand.cit.cornell.edu>
- NNTP-Posting-Host: 132
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.12(Macintosh; I; 68K)
- X-URL: news://newsstand.cit.cornell.edu/comp.lang.c
-
- Hello Everyone.
-
- I have a question:
-
- I want to declare a function
-
-
- _____ foo(void){
- return foo;
- }
-
- Ususally _____ is the type of the thing that I am returning.
- In this case it's a pointer to a function that returns a pointer
- to a function. Does anyone have any ideas?
- I have gone nuts trying to figure this one out.
- BTW, I am using the gcc compiler (My microsoft compiler does not allow
- anything like this to be declared).
-
- Thanks
- Please email me: rezab@npac.syr.edu
-
-
-